IContentManagerSaveImagePane Method |
Saves the image that is displayed on the given monitor and video window to the
specified path in the subfolder "BVMS_Data". The image will be saved in the JPEG format.
The subfolder "BVMS_Data" will be inserted by the BVMS for security reasons
e.g. if the given fileName = "C:\Pictures\image.jpeg" then the image will be stored in "C:\Pictures\BVMS_Data\image.jpeg"
If the given fileName do not contain a file extension then the ".jpeg" extension will be attached
e.g. if the given fileName = "C:\Pictures\image" then the image will be stored in "C:\Pictures\BVMS_Data\image.jpeg"
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid SaveImagePane(
ImagePane pane,
string fileName
)
Parameters
- pane ImagePane
- ImagePane to save.
- fileName String
- Path of the file to which to save this image.
Exceptions
See Also